home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS14.ADF / Oings / Oing / Oing.DOC < prev    next >
Text File  |  1989-01-28  |  2KB  |  41 lines

  1. File: 4340-OING.README
  2.  
  3.         This is a little display hack I cooked up in an afternoon.  It's a
  4. sort of sprite-based version of "Boing!", called Oing.
  5.  
  6.         This is written for the MANX compiler/assembler.  Conversion to
  7. Lettuce is non-trivial, but you're a smart guy; I'm sure you can figure it
  8. out.
  9.  
  10.         To construct this little gem, you say:
  11.  
  12. 1> cc oing.c
  13. 1> as anim.s
  14. 1> as rnd.s
  15. 1> ln oing.o anim.o rnd.o -lc -o oing
  16.  
  17.         Edit as your setup dictates.
  18.  
  19.         MetaComCo assembler conversion notes:  If you have this assembler,
  20. about the only change you need to make to the assembly files is to change
  21. all occurences of the word "public" to "XDEF".  Remember Lettuce users that
  22. rnd() is passed and returns a short (16 bits).
  23.  
  24.         The more I write stuff like this, the more I notice that I don't use
  25. comments as much as I should.  If the code confuses you, tell me and I'll
  26. try to explain things to you.
  27.  
  28.         Remember, this is only a parlor trick.  Have fun.
  29.  
  30. _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  31.  ________                ___
  32.            \            /___--__             Leo L. Schwab
  33.   ___  ___ /\               ---##\           ihnp4!ptsfa!well!ewhac
  34.       /   X  \_____    |  __ _---))                   ..or..
  35.      /   /_\--    -----+==____\ // \  _      well ---\
  36. ___ (   o---+------------------O/   \/ \     dual ----> !unicom!ewhac
  37.      \     /                ___ \_  (`o )    hplabs -/       ("AE-wack")
  38.  ____ \___/                          \_/
  39.               Recumbent Bikes:               "Work FOR?  I don't work FOR
  40.             The Only Way To Fly!             anybody!  I'm just having fun."
  41.